* indent debug output produced when both $wgShowDebug and $wgDebugFunctionEntry are...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 17 Sep 2009 18:55:29 +0000 (18:55 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 17 Sep 2009 18:55:29 +0000 (18:55 +0000)
commit6f9f6643d725609494925f70cbe4f89e9d590689
treeab115ef29c95852324431ac8c143c8fb87917172
parentd99fd8f90f80321ae8a13e234ec945b33a30341c
* indent debug output produced when both $wgShowDebug and $wgDebugFunctionEntry are enabled for better readability. In this case, unindented comment will be displayed "inline" with a yellow background
* added an id to the debug data list
* allow to use $wgShowDebug with $wgDebugComments set to false
* update HTMLFileCache to use full method name in debug output
includes/GlobalFunctions.php
includes/HTMLFileCache.php
includes/Skin.php
includes/SkinTemplate.php